home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk167 / julia / julia.doc < prev    next >
Text File  |  1995-03-19  |  1KB  |  28 lines

  1. Here is a program called julia, that greates exploding julia set
  2. animations. There are two versions of the program included in this archive,
  3. one version uses Motorola Fast floating point and the other uses IEEE math
  4. library. If you have a floating point processor use the IEEE version. If
  5. you have a plain 500,1000, or 2000 use the ffp version because its faster.
  6. To run the program just enter julia.ffp or julia.ieee. The program will
  7. asking for a starting lambda; 2.97 is a good starting point. The program
  8. will ask the lambda decrement and number of frames to generate. 2.92 is a
  9. good ending point (start - #frames*decrement). You might want to try .0005
  10. as the decrement and make say 100 frames. You can determine how many frames
  11. to make depending on the amount of disk space you have available. After the
  12. program is finished load the frames up in DPaint III or use makeanim to
  13. create an anim file. The files will be saved with the name lcos2.9xxxx
  14. where 2.9xxx is the lambda value. On my GVP '030 board each frame takes
  15. about a minute. The time per frame increases to about 15 minutes with a
  16. 68000. Have fun!
  17.  
  18. ps. This program uses the iff.library created by Christian Weber
  19.  
  20.  
  21.                Mike Danielsen
  22.                
  23.                plink - ohs541
  24.                
  25.                575 Ramblewood CT.
  26.                Lake Zurich, Ill. 60047
  27.                
  28.